PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setMultiline Method
True if the field may contain multiple lines of text; false if the field's text shall be restricted to a single line.
In This Topic
    setMultiline Method
    In This Topic
    Sets a value indicating whether the field is multiline.
    Syntax
    public void setMultiline( 
       boolean value
    )

    Parameters

    value
    True if the field may contain multiple lines of text; false if the field's text shall be restricted to a single line.
    See Also